The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "mime::base64"

MIME::Base64 - Encoding and decoding of base64 strings River stage five • 755 direct dependents • 14801 total dependents

This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 - *MIME (Multipurpose Internet Mail Extensions)*. The base64 encoding is designed to represent arbitrary sequences of octets in a form...

CAPOEIRAB/MIME-Base64-3.16 - 27 Sep 2020 00:13:31 UTC - Search in distribution

MIME::Base64::Perl - Encoding and decoding of base64 strings River stage one • 1 direct dependent • 1 total dependent

This module provide the same interface as "MIME::Base64", but these functions are implemented in pure perl. This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 - *MIME (Multipurpose Inte...

GAAS/MIME-Base64-Perl-1.00 - 14 Jan 2004 12:56:43 UTC - Search in distribution

SPVM::MIME::Base64 - Base64 Encoding/Decoding River stage zero No dependents

The MIME::Base64 class of SPVM has methods for Base64 <https://en.wikipedia.org/wiki/Base64> encoding/decoding....

KIMOTO/SPVM-MIME-Base64-1.001003 - 02 Oct 2023 01:12:28 UTC - Search in distribution

MIME::Base64::URLSafe - Perl version of Python's URL-safe base64 codec River stage two • 8 direct dependents • 12 total dependents

This module is a perl version of python's URL-safe base64 encoder / decoder. When embedding binary data in URL, it is preferable to use base64 encoding. However, two characters ('+' and '/') used in the standard base64 encoding have special meanings ...

KAZUHO/MIME-Base64-URLSafe-0.01 - 06 Jan 2006 01:44:37 UTC - Search in distribution

MIME::Decoder::Base64 - encode/decode a "base64" stream River stage three • 66 direct dependents • 210 total dependents

A MIME::Decoder subclass for the "base64" encoding. The name was chosen to jibe with the pre-existing MIME::Base64 utility package, which this class actually uses to translate each chunk. * When decoding, the input is read one line at a time. The inp...

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 UTC - Search in distribution
  • MIME::Tools - modules for parsing (and creating!) MIME entities
  • MIME::Entity - class for parsed-and-decoded MIME message

IOLayer::Base64 - PerlIO layer for base64 (MIME) encoded strings River stage zero No dependents

This module implements a PerlIO layer that works on files encoded in the Base64 format (as described in RFC 2045). It will decode from base64 format while reading from a handle, and it will encode to base64 while writing to a handle....

LNATION/IOLayer-Base64-0.03 - 09 Nov 2019 15:31:13 UTC - Search in distribution

Aut::Base64 - Base64 encoding/decoding for Aut. River stage zero No dependents

"new() --> Aut::Base64" Instantiates a new Aut::Base64 object. "encode(text) --> base64 string" Encodes text into a base64 string using MIME::Base64's "encode_base64()" function and chomps it. "decode(base64 string)) --> string" Decodes base64 text u...

OESTERHOL/Aut-0.11 - 11 Apr 2004 20:47:23 UTC - Search in distribution

Acme::Base64 - Write Perl in Base64 encoding River stage zero No dependents

Bored writing normal Perl code? Write Perl in Base64 encoding. :-)...

HAGGAI/Acme-Base64-v0.0.2 - 10 Mar 2010 04:13:45 UTC - Search in distribution

MailTool - Handy-dandy MIME mailing class River stage three • 52 direct dependents • 103 total dependents

The MailTool class is actually a subclass of MIME::Lite. It provides no new methods, but does 'enhance' (I hope!) some of the existing ones. The natures of the enhancements (if enhancements they be) are: The default send method is now smtp. This may ...

RJBS/MIME-Lite-3.033 - 12 Jun 2021 15:53:07 UTC - Search in distribution

base64.pl - test the external MIME::Base64 module. River stage zero No dependents

This is a test suite for the MIME::Base64 package. Currently it reads a file, creates a signature for it (to get some binary data), encodes it, decodes it, and checks that the results are the same....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

PerlIO::Via::Base64 - PerlIO layer for base64 (MIME) encoded strings River stage zero No dependents

This module implements a PerlIO layer that works on files encoded in the Base64 format (as described in RFC 2045). It will decode from base64 format while reading from a handle, and it will encode to base64 while writing to a handle....

LNATION/PerlIO-Via-Base64-0.04 - 23 May 2022 08:28:33 UTC - Search in distribution

Email::MIME - easy MIME message handling River stage three • 66 direct dependents • 142 total dependents

This is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up into its constituent parts, and allows you access to various parts of the message. Headers are decoded from MIME encoding....

RJBS/Email-MIME-1.954 - 02 May 2024 21:13:55 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

ec - Mail reader and composer for Unix and Perl/Tk. River stage zero No dependents

Ec can send and receive mail to and from remote POP3 and SMTP servers, or route mail using sendmail, qmail, or exim. Ec can filter and store incoming messages in user configurable folders. With no additional configuration, ec routes mail to the Incom...

RKIES/ec-1.28 - 03 Mar 2004 01:25:04 UTC - Search in distribution

MIME::Type - description of one MIME type River stage three • 84 direct dependents • 580 total dependents

MIME types are used in MIME entities, for instance as part of e-mail and HTTP traffic. Sometimes real knowledge about a mime-type is need. Objects of "MIME::Type" store the information on one such type....

MARKOV/MIME-Types-2.26 - 06 Feb 2024 09:19:01 UTC - Search in distribution

cpanm - get, unpack build and install modules from CPAN River stage two • 43 direct dependents • 67 total dependents

MIYAGAWA/App-cpanminus-1.7047 - 30 Jul 2023 06:01:02 UTC - Search in distribution
  • cpanm - get, unpack build and install modules from CPAN

ASP4 - Fast, Simple and Scalable Web Development for Perl [DEPRECATED] River stage one • 4 direct dependents • 4 total dependents

ASP4 is a modern web development platform for Perl with a focus on speed, simplicity and scalability....

JOHND/ASP4-1.087 - 07 May 2012 21:21:53 UTC - Search in distribution

Encode::Base2N - fast base64, base32, base16 encode/decode functions River stage one • 3 direct dependents • 3 total dependents

Encode::Base2N supports Base64/32/16 encodings with or without url mode and padding. It's written in C++ and has also a C++ interface....

SYBER/Encode-Base2N-1.0.5 - 26 Nov 2021 14:49:05 UTC - Search in distribution

WDDX - Module for reading and writing WDDX packets River stage zero No dependents

About WDDX From <http://www.wddx.org/>: The Web Distributed Data Exchange, or WDDX, is a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web. WDDX and Perl WDDX ...

PETDANCE/WDDX-1.02 - 02 Dec 2003 03:47:05 UTC - Search in distribution

swaks - Swiss Army Knife SMTP, the all-purpose smtp transaction tester River stage zero No dependents

swaks' primary design goal is to be a flexible, scriptable, transaction-oriented SMTP test tool. It handles SMTP features and extensions such as TLS, authentication, and pipelining; multiple version of the SMTP protocol including SMTP, ESMTP, and LMT...

MSIMERSON/Mail-Toaster-5.54 - 16 Feb 2017 19:40:58 UTC - Search in distribution
387 results (0.314 seconds)